home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_misc / raptr9b4.zip / RAPDOCS.ZIP / MENU.DOC < prev    next >
Text File  |  1995-06-15  |  36KB  |  1,409 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.        ------------------------------------------------------------------
  29.       ---/    RAPTOR  Bulletin Board System -- Version .01 Alpha      \---
  30.      ---( Copyright 1995 by LAIRWare and the RAPTOR Development Team  )---
  31.       ---\                 - All Rights Reserved-                    /---
  32.        ------------------------------------------------------------------
  33.  
  34.                            Menu Command Documentation
  35.                                January 30, 1995
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.             RAPTOR  Bulletin Board System Menu Command Documentation
  54.            Copyright 1995 by LAIRWare and the RAPTOR Development Team
  55.                               All rights reserved.
  56.  
  57.      No  part  of  this publication may be  reproduced  without  the  prior
  58.      written consent of the copyright holders.  All brand and product names
  59.      mentioned in this publication are trademarks or registered  trademarks
  60.      of their respective copyright holders.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.                       ___________________________________
  72.  
  73.                        T A B L E   O F   C O N T E N T S
  74.                       ___________________________________
  75.  
  76.  
  77.      Introduction ..................................................... 1
  78.      "-" - File/Menu Commands ......................................... 2
  79.      "A" - Archive Manipulation Commands .............................. 5
  80.      "B" - Batch File Transfer Commands ............................... 6
  81.      "D" - Door Commands .............................................. 7
  82.      "F" - File System Commands ....................................... 9
  83.      "H" - Hangup Commands ............................................ 12
  84.      "M" - Message System Commands .................................... 13
  85.      "O" - Miscellaneous Commands ..................................... 15
  86.      "U" - AutoMessage Commands ....................................... 18
  87.      "*" - SysOp Commands ............................................. 19
  88.  
  89.                 RAPTOR  Menu Command Documentation - Version 2.5
  90.  
  91.  
  92.                                  ______________
  93.  
  94.                                   INTRODUCTION
  95.                                  ______________
  96.  
  97.  
  98.      On the next few pages are described all the actual commands  available
  99.      for use in  RAPTOR  menus.  They are broken up into several  sections:
  100.      File/menu  related,  archive  manipulation  related,  batch   transfer
  101.      related,  door related, file system related, hangup  related,  message
  102.      related,  other functions (main menu, etc.), automessage  related  and
  103.      SysOp related.
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.                                    - Page 1 -
  151.  
  152.                 RAPTOR  Menu Command Documentation - Version 2.5
  153.  
  154.  
  155.                            __________________________
  156.  
  157.                             "-" - FILE/MENU COMMANDS
  158.                            __________________________
  159.  
  160.  
  161.      Cmdkeys : "-C"
  162.      Function: Display message on commandline (use with linking)
  163.      MString : <string>
  164.  
  165.      Cmdkeys : "-F"
  166.      Function: Display a text file
  167.      MString : [<path>] <filename> [.<ext>]
  168.  
  169.                     [<path>]       Optional directory location of file.
  170.                     <filename>     An 8-character MS-DOS filename.
  171.                     [.<ext>]       Optional MS-DOS extension, if not ".MSG"
  172.                                    and/or ".ANS".
  173.  
  174.                This command will display a text file.  If no <path> is
  175.                given, the file is assumed to be located in the AFILES
  176.                directory.  If no .<ext> is given,  RAPTOR  will look for
  177.                the standard "*.MSG" and/or "*.ANS" extensions.  That is, if
  178.                the "*.ANS" version exists and the user's ANSI is enabled,
  179.                it will be displayed, otherwise the "*.MSG" is displayed.
  180.  
  181.      Cmdkeys : "-H"
  182.      Function: Menu key help (use for ?:Help command)
  183.      MString : None
  184.  
  185.                Not really required any more.   RAPTOR  will automatically
  186.                display the current menu's help file (or the generic short
  187.                or long menu) from ANY menu if the user enters a "?".
  188.  
  189.      Cmdkeys : "-L"
  190.      Function: Display a line of text
  191.      MString : <string>
  192.  
  193.      Cmdkeys : "-Q"
  194.      Function: Read an InfoForm questionaire file (answers in .ASW)
  195.      MString : <InfoForm questionaire filename>
  196.  
  197.      Cmdkeys : "-R"
  198.      Function: Read an InfoForm questionaire answer file
  199.      MString : <InfoForm questionaire filename>
  200.  
  201.                If the MString is "", the filename is prompted for.
  202.  
  203.      Cmdkeys : "-S"
  204.      Function: Append line to sysop log file (SYSOP.LOG) (use with linking)
  205.      MString : <string>
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.                                    - Page 2 -
  214.  
  215.                 RAPTOR  Menu Command Documentation - Version 2.5
  216.  
  217.  
  218.      Cmdkeys : "-;"
  219.      Function: Execute macro
  220.      MString : <macro>
  221.  
  222.                This command will enter <macro> into the user's macro
  223.                buffer, and the macro will be executed in the same manner as
  224.                that of a user-defined macro.  All occurances of ";" in the
  225.                <macro> string are substituted with <CR>s.  Many different
  226.                things are possible with this command.
  227.  
  228.      Cmdkeys : "-$"
  229.      Function: Prompt for password
  230.      MString : <password> [ [;<prompt>] ;<bad-message>]
  231.  
  232.                This command first will display <prompt>, if it exists.  If
  233.                not, a default ":" prompt will be displayed.  If the
  234.                password is entered incorrectly, <bad-message> will be
  235.                displayed, if it exists, and all further linking will be
  236.                terminated.  This can be used for special passwords for
  237.                remote shelling to DOS, etc.
  238.  
  239.      Cmdkeys : "-^"
  240.      Function: Goto menu
  241.      MString : <menu file> [ [;C] ;<link command>]
  242.  
  243.                Loads in <menu file> (automatic assumed extension of
  244.                ".MNU").  If ";C" is specified, the Menu Stack is cleared
  245.                BEFORE going to the new menu.
  246.  
  247.                If <link command> is specified, the command with command
  248.                letters of <link command> will be executed after the new
  249.                menu is loaded.  Example: "-^", "msg;C;M" will clear the
  250.                Menu Stack, load MSG.MNU, and execute command "M" (Read
  251.                Mail).
  252.  
  253.      Cmdkeys : "-/"
  254.      Function: Gosub menu
  255.      MString : <menu file> [ [;C] [;<link command>] ]
  256.  
  257.                Adds the CURRENT menu to the Menu Stack, and loads in <menu
  258.                file> (automatic assumed extension of ".MNU").  If ";C" is
  259.                specified, the Menu Stack is cleared BEFORE going to the new
  260.                menu.
  261.  
  262.                If <link command> is specified, the command with command
  263.                letters of <link command> will be executed after the new
  264.                menu is loaded.  Example: "-/", "msg;;M" will save the
  265.                current menu file on the Menu Stack, load MSG.MNU, and
  266.                execute command "M" (Read Mail).
  267.  
  268.                See also Cmdkeys "-\" (Return from menu).
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.                                    - Page 3 -
  277.  
  278.                 RAPTOR  Menu Command Documentation - Version 2.5
  279.  
  280.  
  281.      Cmdkeys : "-\"
  282.      Function: Return from menu
  283.      MString : [ [C] [;<link command>] ]
  284.  
  285.                Loads in the last menu file in the Menu Stack.  If "C" is
  286.                specified, the Menu Stack is cleared BEFORE returning to the
  287.                old menu.
  288.  
  289.                If <link command> is specified, the command with command
  290.                letters of <link command> will be executed after the new
  291.                menu is loaded.  Example: "-\", "C;M" will clear the Menu
  292.                Stack, return to the previous menu, and execute command "M"
  293.                (Read Mail, if the menu returning to is "MSG.MNU").
  294.  
  295.                See also Cmdkeys "-/" (Gosub menu).
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.                                    - Page 4 -
  340.  
  341.                 RAPTOR  Menu Command Documentation - Version 2.5
  342.  
  343.  
  344.                      _____________________________________
  345.  
  346.                       "A" - ARCHIVE MANIPULATION COMMANDS
  347.                      _____________________________________
  348.  
  349.  
  350.      Cmdkeys : "AA"
  351.      Function: Add files to archive
  352.      MString : None
  353.  
  354.      Cmdkeys : "AC"
  355.      Function: Convert between archive formats
  356.      MString : None
  357.  
  358.      Cmdkeys : "AE"
  359.      Function: Extract files from archive
  360.      MString : None
  361.  
  362.      Cmdkeys : "AG"
  363.      Function: Manipulate files extracted from archives
  364.      MString : None
  365.  
  366.      Cmdkeys : "AM"
  367.      Function: Modify comment fields in archive
  368.      MString : None
  369.  
  370.      Cmdkeys : "AR"
  371.      Function: Re-archive archive files using same format
  372.      MString : None
  373.  
  374.      Cmdkeys : "AT"
  375.      Function: Run integrity tests on archives
  376.      MString : None
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.                                    - Page 5 -
  403.  
  404.                 RAPTOR  Menu Command Documentation - Version 2.5
  405.  
  406.  
  407.                       ____________________________________
  408.  
  409.                        "B" - BATCH FILE TRANSFER COMMANDS
  410.                       ____________________________________
  411.  
  412.  
  413.      Cmdkeys : "BC"
  414.      Function: Clear batch queue
  415.      MString : [U]
  416.  
  417.                If "U" is specified, the UPLOAD batch queue is cleared.
  418.  
  419.      Cmdkeys : "BD"
  420.      Function: Download batch queue
  421.      MString : None
  422.  
  423.      Cmdkeys : "BL"
  424.      Function: List batch queue
  425.      MString : [U]
  426.  
  427.                If "U" is specified, the UPLOAD batch queue is listed.
  428.  
  429.      Cmdkeys : "BR"
  430.      Function: Remove single file from batch queue
  431.      MString : [U]
  432.  
  433.                If "U" is specified, files from the UPLOAD batch queue can
  434.                be removed.
  435.  
  436.      Cmdkeys : "BU"
  437.      Function: Upload batch queue
  438.      MString : None
  439.  
  440.      Cmdkeys : "B?"
  441.      Function: Display number of files left in batch download queue
  442.      MString : None
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.                                    - Page 6 -
  466.  
  467.                 RAPTOR  Menu Command Documentation - Version 2.5
  468.  
  469.  
  470.                              _____________________
  471.  
  472.                               "D" - DOOR COMMANDS
  473.                              _____________________
  474.  
  475.  
  476.      NOTE:   As the format of each door file is extensive, please refer  to
  477.      the  file  "DOORFMT.TXT", which details the format of each  door  file
  478.      that can be created by  RAPTOR .
  479.  
  480.  
  481.      Cmdkeys : "DC"
  482.      Function: Create CHAIN.TXT (WWIV door) and execute MString
  483.      MString : <command to execute>
  484.  
  485.                <command to execute> is the command required to execute the
  486.                door.  Door MCI codes may be used.
  487.  
  488.      Cmdkeys : "DD"
  489.      Function: Create DORINFO1.DEF (RBBS door) and execute MString
  490.      MString : <command to execute>
  491.  
  492.                <command to execute> is the command required to execute the
  493.                door.  Door MCI codes may be used.  If the command begins
  494.                with "R;", then the user's real name is written to the file
  495.                instead of the user's handle (the "R;" is stripped before
  496.                being passed to DOS).
  497.  
  498.      Cmdkeys : "DG"
  499.      Function: Create DOOR.SYS (GAP door) and execute MString
  500.      MString : <command to execute>
  501.  
  502.                <command to execute> is the command required to execute the
  503.                door.  Door MCI codes may be used.
  504.  
  505.      Cmdkeys : "DS"
  506.      Function: Create SFDOORS.DAT (Spitfire door) and execute MString
  507.      MString : <command to execute>
  508.  
  509.                <command to execute> is the command required to execute the
  510.                door.  Door MCI codes may be used.  If the command begins
  511.                with "R;", then the user's real name is written to the file
  512.                instead of the user's handle (the "R;" is stripped before
  513.                being passed to DOS).
  514.  
  515.      Cmdkeys : "DW"
  516.      Function: Create CALLINFO.BBS (Wildcat! door) and execute MString
  517.      MString : <command to execute>
  518.  
  519.                <command to execute> is the command required to execute the
  520.                door.  Door MCI codes may be used.  If the command begins
  521.                with "R;", then the user's real name is written to the file
  522.                instead of the user's handle (the "R;" is stripped before
  523.                being passed to DOS).
  524.  
  525.  
  526.  
  527.  
  528.                                    - Page 7 -
  529.  
  530.                 RAPTOR  Menu Command Documentation - Version 2.5
  531.  
  532.  
  533.      Cmdkeys : "D-"
  534.      Function: Execute MString without creating a door information file
  535.      MString : <command to execute>
  536.  
  537.                <command to execute> is the command required to execute the
  538.                door.  Door MCI codes may be used.
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.                                    - Page 8 -
  592.  
  593.                 RAPTOR  Menu Command Documentation - Version 2.5
  594.  
  595.  
  596.                           ____________________________
  597.  
  598.                            "F" - FILE SYSTEM COMMANDS
  599.                           ____________________________
  600.  
  601.  
  602.      Cmdkeys : "FA"
  603.      Function: Change file bases
  604.      MString : [<file base> [;<menu file>] ] | [<movetype>] | L
  605.  
  606.                <movetype>     "-" : Previous- Goto previous file base (**)
  607.                               "+" : Next    - Goto next file base (**)
  608.  
  609.                If MString="", the command will display a listing of
  610.                accessible file bases and allow the user to select one.
  611.  
  612.                If MString="+" or "-", the command will search forward or
  613.                backward for the next accessible file base.  If none is
  614.                found, the user will remain in the current section.
  615.  
  616.                If MString="L", the command will ONLY display a listing of
  617.                available file bases.
  618.  
  619.                If none of the above, the file base is changed to <file
  620.                base>, if the user has access to it.  A menu file is loaded
  621.                if <menu file> exists.
  622.  
  623.      Cmdkeys : "FB"
  624.      Function: Browse through files
  625.      MString : None
  626.  
  627.                This command allows a user to view the files in the current
  628.                file base, starting at any file number.  Other commands
  629.                available are Download, Upload, Back page, forward page,
  630.                Jump to file number, and Numbered download.  In numbered
  631.                download, the user can specify up to 20 file numbers to
  632.                download, and they will be added to their batch queue (after
  633.                a "For sure?" prompt is passed).  If only 1 file number is
  634.                specified, the user can either *immediately* download that
  635.                particular file, or add it to their batch queue.
  636.  
  637.      Cmdkeys : "FD"
  638.      Function: Download file BBS to user
  639.      MString : None
  640.  
  641.      Cmdkeys : "FF"
  642.      Function: Search all file bases for description
  643.      MString : None
  644.  
  645.      Cmdkeys : "FI"
  646.      Function: Select file list types, toggle verbose on/off
  647.      MString : None
  648.  
  649.      Cmdkeys : "FL"
  650.      Function: List filespec in current file base only
  651.      MString : None
  652.  
  653.  
  654.                                    - Page 9 -
  655.  
  656.                 RAPTOR  Menu Command Documentation - Version 2.5
  657.  
  658.  
  659.      Cmdkeys : "FN"
  660.      Function: Scan file sections for new files
  661.      MString : <newtype>
  662.  
  663.                <newtype>      "G" : Global  - NewScan all file bases
  664.                               "C" : Current - NewScan current file base
  665.                                #  : Any     - NewScan file base #
  666.                               ""  : Ask     - Asks if want a global or a
  667.                                               current file base NewScan
  668.  
  669.                Scans one or more file sections for new files according to
  670.                the new file pointer date.  Files which are not validated
  671.                may or may not be available depending on the ACS setting in
  672.                the System Configuration.
  673.  
  674.      Cmdkeys : "FP"
  675.      Function: Change pointer date for new files
  676.      MString : None
  677.  
  678.      Cmdkeys : "FR"
  679.      Function: Remove file(s), if user is owner of file or file base SysOp
  680.      MString : None
  681.  
  682.      Cmdkeys : "FS"
  683.      Function: Search all file bases for filespec
  684.      MString : None
  685.  
  686.      Cmdkeys : "FU"
  687.      Function: Upload file from user to BBS
  688.      MString : None
  689.  
  690.      Cmdkeys : "FV"
  691.      Function: List contents of an archived file
  692.      MString : None
  693.  
  694.      Cmdkeys : "FY"
  695.      Function: Show user's file ratio and file point info
  696.      MString : None
  697.  
  698.      Cmdkeys : "FZ"
  699.      Function: Set file bases to be scanned for new files
  700.      MString : None
  701.  
  702.      Cmdkeys : "F@"
  703.      Function: Create temporary directory
  704.      MString : None
  705.  
  706.                If there is enough file base space left (less than 96 file
  707.                bases have been specified), this command prompts for a
  708.                directory and creates a new, temporary, file base.  After
  709.                changing to a new area from the file base, it disappears
  710.                completely, does not show up in any list.
  711.  
  712.                No files in the directory LIST are deleted, and the next
  713.                time this command is executed, those files will remain.  If
  714.                the temporary file path is different, however, the files
  715.  
  716.  
  717.                                    - Page 10 -
  718.  
  719.                 RAPTOR  Menu Command Documentation - Version 2.5
  720.  
  721.  
  722.                uploaded previously will not actually BE in the temporary
  723.                file path.
  724.  
  725.      Cmdkeys : "F#"
  726.      Function: Quick file base change
  727.      MString : None
  728.  
  729.                Wherever it is, if this command  is located in the current
  730.                menu file, users may switch file bases by entering the file
  731.                base NUMBER at the command prompt, instead of using the "A"
  732.                command to switch areas.
  733.  
  734.      Cmdkeys : "F$"
  735.      Function: Give statistics on current file base
  736.      MString : None
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.                                    - Page 11 -
  781.  
  782.                 RAPTOR  Menu Command Documentation - Version 2.5
  783.  
  784.  
  785.                             _______________________
  786.  
  787.                              "H" - HANGUP COMMANDS
  788.                             _______________________
  789.  
  790.  
  791.      Cmdkeys : "HC"
  792.      Function: Carefull logoff of user
  793.      MString : [<string>]
  794.  
  795.                <string> is printed, and the user must enter either Yes or
  796.                No.  If Yes is entered, LOGOFF.* is displayed and the user
  797.                is logged off.
  798.  
  799.      Cmdkeys : "HI"
  800.      Function: Immediate logoff of user
  801.      MString : None
  802.  
  803.      Cmdkeys : "HM"
  804.      Function: Display string and logoff user
  805.      MString : [<string>]
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.                                    - Page 12 -
  844.  
  845.                 RAPTOR  Menu Command Documentation - Version 2.5
  846.  
  847.  
  848.                         _______________________________
  849.  
  850.                          "M" - MESSAGE SYSTEM COMMANDS
  851.                         _______________________________
  852.  
  853.  
  854.      Cmdkeys : "MA"
  855.      Function: Change message bases
  856.      MString : [<message base> [;<menu file>] ] | [<movetype>] | L
  857.  
  858.                <movetype>     "-" : Previous- Goto previous message base
  859.                               "+" : Next    - Goto next message base
  860.  
  861.                If MString="", the command will display a listing of
  862.                accessible message bases and allow the user to select one.
  863.  
  864.                If MString="+" or "-", the command will search forward or
  865.                backward for the next accessible message base.  If none is
  866.                found, the user will remain in the current section.
  867.  
  868.                If MString="L", the command will ONLY display a listing of
  869.                the available message bases.
  870.  
  871.                If neither of the above, the message base is changed to
  872.                <message base>, if the user has access to it.  A menu file
  873.                is loaded if <menu file> exists.
  874.  
  875.      Cmdkeys : "ME"
  876.      Function: Send private mail to user
  877.      MString : [<user #> [;<reason>] ]
  878.  
  879.                If MString is blank, this command will prompt for a user
  880.                name or number to send private mail to.
  881.  
  882.                Mail is sent to <user #> if it specifies a valid user
  883.                number.  If <reason> is specified, it is used as a "RE:"
  884.                reason in the letter sent.  If <reason> is not specified,
  885.                the default reason is "Feedback".
  886.  
  887.      Cmdkeys : "MJ"
  888.      Function: Selectively purge user's public posts
  889.      MString : <purgetype>
  890.  
  891.                <purgetype>    "G" : Global  - Purge from all message bases
  892.                               "C" : Current - Purge from current base only
  893.                                #  : Any     - Purge from message base #
  894.                               ""  : Ask     - Asks if want a global or a
  895.                                               current message base purge
  896.  
  897.      Cmdkeys : "MK"
  898.      Function: Selectively delete user's old private mail
  899.      MString : None
  900.  
  901.      Cmdkeys : "ML"
  902.      Function: Send "mass mail" -  private mail sent to multiple users
  903.      MString : None
  904.  
  905.  
  906.                                    - Page 13 -
  907.  
  908.                 RAPTOR  Menu Command Documentation - Version 2.5
  909.  
  910.  
  911.      Cmdkeys : "MM"
  912.      Function: Read private mail
  913.      MString : None
  914.  
  915.      Cmdkeys : "MN"
  916.      Function: Display new messages
  917.      MString : <newtype>
  918.  
  919.                <newtype>      "G" : Global  - NewScan all message bases
  920.                               "C" : Current - NewScan current message base
  921.                                #  : Any     - NewScan message base #
  922.                               ""  : Ask     - Asks if want a global or a
  923.                                               current message base NewScan
  924.  
  925.      Cmdkeys : "MP"
  926.      Function: Post public message in the current message base.
  927.      MString : None
  928.  
  929.      Cmdkeys : "MS"
  930.      Function: Read messages in current message base
  931.      MString : None
  932.  
  933.      Cmdkeys : "MU"
  934.      Function: Lists users with access to the current message base
  935.      MString : None
  936.  
  937.      Cmdkeys : "MZ"
  938.      Function: Set message bases to be scanned for new messages
  939.      MString : None
  940.  
  941.      Cmdkeys : "M#"
  942.      Function: Quick message base change
  943.      MString : None
  944.  
  945.                Wherever it is, if this command is located in the current
  946.                menu file, users may switch message bases by entering the
  947.                message base NUMBER at the command prompt, instead of using
  948.                the "A" command to switch areas.
  949.  
  950.      Cmdkeys : "M$"
  951.      Function: Give statistics on current message base
  952.      MString : None
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.                                    - Page 14 -
  970.  
  971.                 RAPTOR  Menu Command Documentation - Version 2.5
  972.  
  973.  
  974.                          ______________________________
  975.  
  976.                           "O" - MISCELLANEOUS COMMANDS
  977.                          ______________________________
  978.  
  979.  
  980.      Cmdkeys : "O1"
  981.      Function: Ask for BBS password (SHUTTLE LOGON ONLY)
  982.      MString : None
  983.  
  984.                This command will ask for the BBS password, and if it is
  985.                correctly entered, the user will be logged into the BBS.
  986.  
  987.      Cmdkeys : "O2"
  988.      Function: Apply to BBS as a new user (SHUTTLE LOGON ONLY)
  989.      MString : None
  990.  
  991.                This command allows the user to apply to the BBS as a new
  992.                user.  The procedure is exactly, step-by-step, as if the
  993.                user had entered "NEW" at the logon prompt of a BBS not
  994.                using the Shuttle Logon, the only difference being that the
  995.                user will be returned to the Shuttle Logon menu after logon
  996.                has been finished.
  997.  
  998.      Cmdkeys : "O3"
  999.      Function: Allow user to find out the BBS password (SHUTTLE LOGON ONLY)
  1000.      MString : None
  1001.  
  1002.                Will only show the user the BBS password if their SL level
  1003.                is greater than that of the new user SL level, or their DSL
  1004.                level is greater than that of the new user DSL level.
  1005.  
  1006.      Cmdkeys : "OA"
  1007.      Function: Allow auto-validation of users
  1008.      MString : <password>
  1009.  
  1010.                New users must enter the <password> in order to validate
  1011.                themselves.  This command is recommended only for VERY
  1012.                public, open-to-all-type systems.
  1013.  
  1014.      Cmdkeys : "OB"
  1015.      Function: Add entry to the BBS list
  1016.      MString : None
  1017.  
  1018.      Cmdkeys : "OC"
  1019.      Function: Page the SysOp
  1020.      MString : [<user #>] [;<string>]
  1021.  
  1022.                <user #>       If  the SysOp is not available, this  is  the
  1023.                               user number to whom the message is left.
  1024.                <string>       String to print, other than "Why do you  want
  1025.                               to chat?"
  1026.  
  1027.                If  <string> exists it is printed, else "Why do you want  to
  1028.                chat?"  is displayed.  The user then enters a short  reason,
  1029.                and  the  SysOp  is  paged if the SysOp  status  is  set  to
  1030.  
  1031.  
  1032.                                    - Page 15 -
  1033.  
  1034.                 RAPTOR  Menu Command Documentation - Version 2.5
  1035.  
  1036.  
  1037.                "available".   If  the SysOp is not available, or  does  not
  1038.                respond to the page, NOCHAT.* is displayed.  Then a  message
  1039.                may  be left to the user specified in <user #>, IF <user  #>
  1040.                is the number of a valid user.  If the user attempts to chat
  1041.                more than allowed, GOAWAY.* is printed.
  1042.  
  1043.      Cmdkeys : "OI"
  1044.      Function: Show current  RAPTOR  version info, LOGON.* and SYSTEM.*
  1045.      MString : None
  1046.  
  1047.      Cmdkeys : "OM"
  1048.      Function: Go into macro menu
  1049.      MString : None
  1050.  
  1051.      Cmdkeys : "OO"
  1052.      Function: Display SysOp chat status
  1053.      MString : None
  1054.  
  1055.                If the "SYSOPIN.*" or "SYSOPOUT.*" files exist in the AFILES
  1056.                directory, those files are displayed; otherwise, the "SysOp
  1057.                status strings" (defined in system configuration) will be
  1058.                displayed.
  1059.  
  1060.      Cmdkeys : "OP"
  1061.      Function: Modify user information
  1062.      MString : <info type>
  1063.  
  1064.                <info type>    Contains the type of user information to be
  1065.                               modified.  Refer to below.
  1066.  
  1067.                   1. Address                12. Sex (gender)
  1068.                   2. Age                  * 13. BBS reference
  1069.                $  3. ANSI type              14. Zip code
  1070.                   4. City & State           15. Mail box status
  1071.                   5. Computer type          16. Video emulation mode
  1072.                   6. Occupation             17. Color (toggle)
  1073.                *  7. User Name              18. Pause (toggle)
  1074.                   8. Phone number           19. Input type (toggle)
  1075.                   9. Password               20. Message CLS (toggle)
  1076.                * 10. Real Name              21. Edit user colors
  1077.                  11. Screen size            22. Expert mode (toggle)
  1078.                                             25. AVATAR adjustment (toggle)
  1079.  
  1080.                * - Recommended for higher access only.
  1081.                $ - Not recommended for use at all.  Use types 16 and 17 for
  1082.                    ANSI type modification -  this command is the one used
  1083.                    during a new user logon.
  1084.  
  1085.      Cmdkeys : "OS"
  1086.      Function: Go to bulletins menu
  1087.      MString : [<main bulletin> [;<sub-bulletin>] ]
  1088.  
  1089.                <main bulletin> is the bulletin displayed initially, and
  1090.                after a "?" is entered.  <sub-bulletin> is the file prefix
  1091.                used for bulletin selections.  Example: If <sub-bulletin> is
  1092.                ONLINE, and the user enters "5", ONLINE5.* is displayed.
  1093.  
  1094.  
  1095.                                    - Page 16 -
  1096.  
  1097.                 RAPTOR  Menu Command Documentation - Version 2.5
  1098.  
  1099.  
  1100.                If MString="", <main bulletin> is assumed to be "BULLETIN"
  1101.                and <sub-bulletin> is assumed to be "BULLET".  This is also
  1102.                the default when bulletins are included in the initial
  1103.                logon.
  1104.  
  1105.  
  1106.      Cmdkeys : "OV"
  1107.      Function: Go into voting menu
  1108.      MString : None
  1109.  
  1110.      Cmdkeys : "OY"
  1111.      Function: Displays a short list of info on user's account
  1112.      MString : None
  1113.  
  1114.      Cmdkeys : "O$"
  1115.      Function: Time Bank
  1116.      MString : [<max time add>] [;<max bank account>]
  1117.  
  1118.                <max time add>           Maximum time a user can add to
  1119.                                         their Time Bank in one call.
  1120.                <max bank account>       Maximum time user can have in their
  1121.                                         Time Bank account.  If user's Time
  1122.                                         Bank account contains more time
  1123.                                         than this amount, their account is
  1124.                                         decreased to this amount.
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.                                    - Page 17 -
  1156.  
  1157.                 RAPTOR  Menu Command Documentation - Version 2.5
  1158.  
  1159.  
  1160.                           ____________________________
  1161.  
  1162.                            "U" - AUTOMESSAGE COMMANDS
  1163.                           ____________________________
  1164.  
  1165.  
  1166.      Cmdkeys : "UA"
  1167.      Function: Reply to author of current automessage
  1168.      MString : None
  1169.  
  1170.      Cmdkeys : "UR"
  1171.      Function: Display current automessage
  1172.      MString : None
  1173.  
  1174.      Cmdkeys : "UW"
  1175.      Function: Write automessage, if not restricted from doing so
  1176.      MString : None
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.                                    - Page 18 -
  1219.  
  1220.                 RAPTOR  Menu Command Documentation - Version 2.5
  1221.  
  1222.  
  1223.                              ______________________
  1224.  
  1225.                               "*" - SYSOP COMMANDS
  1226.                              ______________________
  1227.  
  1228.  
  1229.      Note the meaning of the following flags:
  1230.  
  1231.           ! -  These commands are recommended for SysOp use alone.  Each of
  1232.                these commands prompt for the SysOp password and will not
  1233.                execute if it is incorrectly entered.  Some of these
  1234.                commands are DANGEROUS and could quite possibly destroy your
  1235.                board if they got into the "wrong hands".
  1236.  
  1237.           * -  These commands are somewhat dangerous in certain cases, and
  1238.                are recommended for users with high or SysOp access alone.
  1239.  
  1240.  
  1241.      Cmdkeys : "*B" (*!)
  1242.      Function: Enter the message base editor
  1243.      MString : None
  1244.  
  1245.      Cmdkeys : "*C" (*!)
  1246.      Function: Change to a different user's acount
  1247.      MString : None
  1248.  
  1249.      Cmdkeys : "*D" (*)
  1250.      Function: MiniDos environment
  1251.      MString : None
  1252.  
  1253.                This command allows certain users you may not COMPLETELY
  1254.                trust to modify text files used by the BBS, and to perform
  1255.                other system maintenance in DOS.  Several security features
  1256.                exist.  Refer to the section "Mini-DOS" in the main  RAPTOR
  1257.                documentation for more details.
  1258.  
  1259.      Cmdkeys : "*E" (*!)
  1260.      Function: Enter the event editor
  1261.      MString : None
  1262.  
  1263.      Cmdkeys : "*F" (*!)
  1264.      Function: Enter the file base editor
  1265.      MString : None
  1266.  
  1267.      Cmdkeys : "*I" (*!)
  1268.      Function: Enter the voting question editor
  1269.      MString : None
  1270.  
  1271.      Cmdkeys : "*L"
  1272.      Function: Show SysOp Log for today, or other days
  1273.      MString : None
  1274.  
  1275.      Cmdkeys : "*N" (*)
  1276.      Function: Edit a text file
  1277.      MString : None
  1278.  
  1279.  
  1280.  
  1281.                                    - Page 19 -
  1282.  
  1283.                 RAPTOR  Menu Command Documentation - Version 2.5
  1284.  
  1285.  
  1286.      Cmdkeys : "*P" (*!)
  1287.      Function: Enter the system configuration editor
  1288.      MString : None
  1289.  
  1290.      Cmdkeys : "*T" (*!)
  1291.      Function: Enter the Tfile editor
  1292.      MString : None
  1293.  
  1294.      Cmdkeys : "*U" (*!)
  1295.      Function: Enter user list editor
  1296.      MString : None
  1297.  
  1298.      Cmdkeys : "*V" (*)
  1299.      Function: Create and/or view VOTES.TXT - list of voting results
  1300.      MString : None
  1301.  
  1302.      Cmdkeys : "*X" (!)
  1303.      Function: Enter the protocol editor
  1304.      MString : None
  1305.  
  1306.      Cmdkeys : "*Z"
  1307.      Function: Displays system activity log file
  1308.      MString : None
  1309.  
  1310.      Cmdkeys : "*1" (*)
  1311.      Function: Edit files in current file base
  1312.      MString : None
  1313.  
  1314.      Cmdkeys : "*2" (*)
  1315.      Function: Sort files in current/all file bases, by name/date
  1316.      MString : None
  1317.  
  1318.      Cmdkeys : "*3" (*!)
  1319.      Function: Read ALL private mail
  1320.      MString : None
  1321.  
  1322.      Cmdkeys : "*4" (*)
  1323.      Function: Download an unlisted file from ANY path or drive
  1324.      MString : [<filespec>]
  1325.  
  1326.                If  <filespec>  does not exist, the user is prompted  for  a
  1327.                file  to download.  Otherwise, <filespec> is the file to  be
  1328.                downloaded.   Then a download protocol is prompted for,  and
  1329.                the file is sent.
  1330.  
  1331.      Cmdkeys : "*5" (*)
  1332.      Function: Move file(s) to other file bases
  1333.      MString : None
  1334.  
  1335.      Cmdkeys : "*6" (*)
  1336.      Function: Upload files not in file lists
  1337.      MString : None
  1338.  
  1339.                This command allows you to upload every file that is not
  1340.                currently in the  RAPTOR  file lists.  It will display
  1341.                filenames, and file size, and then prompt for a description.
  1342.  
  1343.  
  1344.                                    - Page 20 -
  1345.  
  1346.                 RAPTOR  Menu Command Documentation - Version 2.5
  1347.  
  1348.  
  1349.                You may hit "\" as the first letter of the description to
  1350.                enter a verbose description in addition to the normal one.
  1351.                You can enter "." to abort all the uploads, ".S" to skip
  1352.                this file only (not upload it), ".N" to skip to the next
  1353.                directory, and ".D" to delete this file from the drive.
  1354.  
  1355.      Cmdkeys : "*7"
  1356.      Function: Validate files in all file bases or current file base
  1357.      MString : None
  1358.  
  1359.      Cmdkeys : "*8"
  1360.      Function: Add GIFspecs to all *.GIF files in current file base
  1361.      MString : None
  1362.  
  1363.                A GIFspec is a description in the format "(XXXxYYY,CCC)",
  1364.                where "XXX" is the X-resolution, "YYY" is the Y-resolution,
  1365.                and "CCC" is the number of colors in the palette.  The
  1366.                description is placed in front of the file description; if
  1367.                it becomes longer than the description field length, the
  1368.                description is truncated at the end.
  1369.  
  1370.      Cmdkeys : "*9"
  1371.      Function: Pack the message bases
  1372.      MString : None
  1373.  
  1374.      Cmdkeys : "*#" (*!)
  1375.      Function: Enter the menu editor
  1376.      MString : None
  1377.  
  1378.      Cmdkeys : "*$" (*)
  1379.      Function: Gives a detailed directory of the current file base
  1380.      MString : None
  1381.  
  1382.      Cmdkeys : "*%" (*)
  1383.      Function: Gives a condensed directory of the current file base
  1384.      MString : None
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.                                    - Page 21 -
  1408.  
  1409.